projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb7b57
)
(byte-compile-file-form-defmumble): Typo in prev change.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 16 Jun 1993 17:42:48 +0000
(17:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 16 Jun 1993 17:42:48 +0000
(17:42 +0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index f3462d7a189bb9c7cb142af1290b0800872eb9d4..59d1f399b2551e91fcb75d53bfa26c25bb80e9fe 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1586,8
+1586,7
@@
With argument, insert value in current buffer after the form."
(list 'cons ''macro code))
((list 'quote (if macrop
(cons 'macro new-one)
- new-one)))))
- 'byte-compile-two-args)
+ new-one))))))
;; Output the form by hand, that's much simpler than having
;; b-c-output-file-form analyze the defalias.
(byte-compile-flush-pending)